Skip to content

Conversation

@petreze
Copy link
Contributor

@petreze petreze commented Oct 20, 2025

Description:
A mirror PR for the following PR

Related issue(s):

Fixes #

Notes for reviewer:

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

AlexKehayov and others added 6 commits October 16, 2025 14:55
Signed-off-by: Alex Kehayov <aleks.kehayov@limechain.tech>
# Conflicts:
#	hedera-node/hedera-app/src/main/java/com/hedera/node/app/blocks/impl/streaming/BlockNodeConnection.java
#	hedera-node/hedera-app/src/test/java/com/hedera/node/app/blocks/impl/streaming/BlockNodeConnectionTest.java
Signed-off-by: Alex Kehayov <aleks.kehayov@limechain.tech>
Signed-off-by: Alex Kehayov <aleks.kehayov@limechain.tech>
Signed-off-by: Alex Kehayov <aleks.kehayov@limechain.tech>
Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>
@petreze petreze self-assigned this Oct 20, 2025
@petreze petreze requested review from a team as code owners October 20, 2025 15:45
@petreze petreze requested a review from leninmehedy October 20, 2025 15:45
@lfdt-bot
Copy link

lfdt-bot commented Oct 20, 2025

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@codecov
Copy link

codecov bot commented Oct 20, 2025

Codecov Report

❌ Patch coverage is 91.54930% with 6 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
...app/blocks/impl/streaming/BlockNodeConnection.java 93.84% 2 Missing and 2 partials ⚠️
...om/hedera/node/app/metrics/BlockStreamMetrics.java 60.00% 2 Missing ⚠️

Impacted file tree graph

@@             Coverage Diff              @@
##               main   #21733      +/-   ##
============================================
+ Coverage     70.77%   70.78%   +0.01%     
- Complexity    24380    24382       +2     
============================================
  Files          2667     2667              
  Lines        104237   104297      +60     
  Branches      10949    10951       +2     
============================================
+ Hits          73772    73828      +56     
- Misses        26415    26417       +2     
- Partials       4050     4052       +2     
Files with missing lines Coverage Δ Complexity Δ
...cks/impl/streaming/BlockNodeConnectionManager.java 92.16% <100.00%> (+0.71%) 69.00 <0.00> (ø)
...ra/node/config/data/BlockNodeConnectionConfig.java 100.00% <ø> (ø) 1.00 <0.00> (ø)
...om/hedera/node/app/metrics/BlockStreamMetrics.java 71.36% <60.00%> (-0.26%) 28.00 <0.00> (ø)
...app/blocks/impl/streaming/BlockNodeConnection.java 90.48% <93.84%> (+0.02%) 82.00 <2.00> (+2.00)

Impacted file tree graph

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@codacy-production
Copy link

codacy-production bot commented Oct 20, 2025

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.01% (target: -1.00%) 94.37%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (205ce96) 104142 77777 74.68%
Head commit (bf8dc0b) 104202 (+60) 77835 (+58) 74.70% (+0.01%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#21733) 71 67 94.37%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

AlexKehayov and others added 15 commits October 21, 2025 15:15
…eads

Signed-off-by: Alex Kehayov <aleks.kehayov@limechain.tech>
Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>
Signed-off-by: Alex Kehayov <aleks.kehayov@limechain.tech>
Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>
Signed-off-by: Alex Kehayov <aleks.kehayov@limechain.tech>
# Conflicts:
#	hedera-node/docs/design/app/blocks/BlockNodeConnection.md
#	hedera-node/hedera-app/src/main/java/com/hedera/node/app/blocks/impl/streaming/BlockNodeConnection.java
#	hedera-node/hedera-app/src/test/java/com/hedera/node/app/blocks/impl/streaming/BlockNodeConnectionTest.java
#	hedera-node/hedera-config/src/main/java/com/hedera/node/config/data/BlockNodeConnectionConfig.java
Signed-off-by: Alex Kehayov <aleks.kehayov@limechain.tech>
Signed-off-by: Alex Kehayov <aleks.kehayov@limechain.tech>
…hanged default pipeline timeout to 3s

Signed-off-by: Alex Kehayov <aleks.kehayov@limechain.tech>
# Conflicts:
#	hedera-node/hedera-app/src/main/java/com/hedera/node/app/blocks/impl/streaming/BlockNodeConnection.java
#	hedera-node/hedera-app/src/test/java/com/hedera/node/app/blocks/impl/streaming/BlockNodeConnectionTest.java
Signed-off-by: Alex Kehayov <aleks.kehayov@limechain.tech>
# Conflicts:
#	hedera-node/docs/design/app/blocks/BlockNodeConnection.md
#	hedera-node/hedera-app/src/main/java/com/hedera/node/app/blocks/impl/streaming/BlockNodeConnection.java
#	hedera-node/hedera-app/src/test/java/com/hedera/node/app/blocks/impl/streaming/BlockNodeConnectionTest.java
#	hedera-node/hedera-config/src/main/java/com/hedera/node/config/data/BlockNodeConnectionConfig.java
petreze and others added 6 commits October 29, 2025 12:21
Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>
Signed-off-by: Alex Kehayov <aleks.kehayov@limechain.tech>
Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants